lcBlockAddFillet Home

Adds a new arc object into a block.
The arc is created as a fillet between two specified entities of the following types: line, polyline, arc. The endpoints for the fillet must be more near then other ends.

 HANDLE lcBlockAddFillet (
   HANDLE hBlock,
   HANDLE hEnt1,
   HANDLE hEnt2,
   double Radius
 );

Parameters
hBlock
  Handle to a block.
hEnt1  hEnt2
  Handles to entities which define the fillet arc.
Radius
  Radius of the fillet arc.

Return Value

  Handle to created Arc object or NULL if the function fails.

See Also

  Code sample,   lcBlockAddArc